This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Need HELP w/this Notes Form!! ~Justin Minluternivu 22.Jan.04 11:05 PM a Web browser Domino Designer All ReleasesAll Platforms
The values should be encoded the same way, in "Fieldname=Fieldvalue&Fieldname=Fieldvalue" format, so you can use the same parser. The difference is that you want to parse the Request_Content of the documentcontext, rather than the Query_String. Obviously, you won't have to look for and ignore the Domino server command when POSTing. Note that unencoded strings may use "+" as a space rather than %20.